ComponentOne Xamarin Edition
FilterAsync<T>(ICollectionView<T>,FilterExpression) Method
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class > FilterAsync Method : FilterAsync<T>(ICollectionView<T>,FilterExpression) Method
The collection view.
The filter expression applied to the data.
Filters the data using specified filter expression.
Syntax
[AsyncStateMachine(C1.CollectionView.ICollectionViewEx+d__20`1[T])] 
[Extension()] 
public static Task FilterAsync<T>( 
   ICollectionView<T> collectionView, 
   FilterExpression filterExpression 
) 
where T: class

Parameters

collectionView
The collection view.
filterExpression
The filter expression applied to the data.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members
Overload List